home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / userconf / userconf.p < prev    next >
Text File  |  1996-07-21  |  1KB  |  36 lines

  1. /* _dict.c 14/04/96 23.56.52 */
  2. /* group.c 15/06/96 00.50.04 */
  3. /* groups.c 15/06/96 00.49.00 */
  4. void groups_edit (void);
  5. int group_getcreate (const char *name, const char *reason);
  6. /* helpf.c 27/08/95 13.33.22 */
  7. /* internal.c 27/08/95 12.26.28 */
  8. /* passwd_valid.c 01/03/96 21.05.56 */
  9. /* perm.c 21/07/96 00.17.04 */
  10. void perm_forceok (void);
  11. void perm_setaccess (const char *username, const char *password);
  12. int perm_checkpass (void);
  13. int perm_rootaccess (const char *ctl, ...);
  14. void perm_sethtml (int _mode);
  15. /* privi.c 20/07/96 23.40.46 */
  16. /* shadow.c 21/07/96 00.19.20 */
  17. int shadow_exist (void);
  18. /* shells.c 22/07/95 16.46.44 */
  19. int shells_isok (const char *path);
  20. int shells_exist (const char *path);
  21. const char *shells_getdefault (void);
  22. /* special.c 07/04/96 22.52.36 */
  23. int special_init (const char *group, USER *&special);
  24. /* user.c 21/07/96 00.19.14 */
  25. int user_splitline (const char *line, char words[9][100]);
  26. /* user1.c 10/08/95 10.31.24 */
  27. /* userconf.c 20/07/96 23.32.16 */
  28. void userconf_edit (void);
  29. int userconf_passwd (int argc, char *argv[]);
  30. int userconf_main (int , char *[]);
  31. /* users.c 20/07/96 23.54.16 */
  32. void users_edit (USER *special);
  33. void users_addone (const char *name, const char *group);
  34. int user_exist (const char *name);
  35. void users_editone (const char *name, const char *group);
  36.